home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_AI / AI_052 / INTERNET / STIK / DEFAULT.CFG next >
Text File  |  1998-03-14  |  4KB  |  133 lines

  1. # STiK config file
  2. #
  3. # VAR = VALUE           :standard format
  4. #
  5. #   Non existent vars are 0 (FALSE) by default.
  6. #   Variables without "= value" are set to ON
  7. #   Variables with " = " but no value are set to 0. (ie: = nothing)
  8. #
  9. #   TRUE  and ON  are acceptable substitutes for 1
  10. #   FALSE and OFF are acceptable substitutes for 0
  11. #
  12. #   Lines not beginning with an alphabetic character are ignored, but
  13. #   this whole file is kept in memory during the session!!
  14. #   So if you want to save (a little) memory, trim these comments!
  15. #
  16. #   Currently only 100 variables can be specified.  Extra VARs are ignored.
  17. #
  18. #   The variable names and boolean values are not case sensitive.
  19. #   Values may be case sensitive depending on usage.
  20. #
  21. #
  22. #   Memory to be reserved.  This is for ALL of TCP's internal memory
  23. #   requirements, except the space to store the config file.
  24. #   This includes all input queues, output queues, DNS cache, etc...
  25. #   It must be large enough to cope, plus a bit extra for luck :-)
  26. #   If unset, defaults to 50000 bytes.
  27. #
  28. ALLOCMEM = 60000
  29. #
  30. #
  31. #       Use the program `listport.tos' to list the serial ports
  32. #       available with your hardware configuration.  Use the
  33. #       port name exactly as it appears in the listport display,
  34. #       including correct capitilisation and spaces.
  35. #
  36. #       If SERIALPORT is not set, or has an invalid port name,
  37. #       the default is to use the first port listed by listport.tos
  38. #       So if that port is the one you want to use, you don't need
  39. #       to set this variable.
  40. #
  41. SERIALPORT  =   Modem 1
  42. #
  43. #
  44. #   CDVALID     Set this variable to FALSE if your modem doesn't assert
  45. #               Carrier Detect properly.
  46. CDVALID = TRUE
  47. #
  48. #
  49. #   The name of the dial script file to use.
  50. #   This entry must be just the pathname, and the file itself
  51. #   must be in the \stik_cfg directory on the boot disk.
  52. #   Default is dial.scr
  53. #
  54. DIALFILE = dial.scr
  55. #
  56. #
  57. #   CLIENT_IP   if your provider allocates you a different Ip Address
  58. #   whenever you log in, then don't bother with CLIENT_IP
  59. #   However, if you have an IP address all to yourself, then put
  60. #   it here, in dotted decimal.  If your dial script file gets
  61. #   your address at login time, it will override this value.
  62. #
  63. #CLIENT_IP = 4.3.2.1
  64. #
  65. #
  66. #   TCP paramaters.  Don't change without advice from a TCP freak :-)
  67. #   If left unset, they default to hardcoded (sensible) values.
  68. #   DFB_SIZE should *never* be less than 580.
  69. #
  70. TTL         =   64
  71. PING_TTL    =  255
  72. MTU         =  252
  73. RCV_WND     = 2000
  74. #
  75. #
  76. # Protocol. Specify with which protocol you want to connect to your ISP 
  77. # At the moment Protocol=0 is SLIP whilst Protocol=1 is CSLIP
  78. # If this line does not appear stik defaults to SLIP
  79. #
  80. PROTOCOL = 0
  81. #
  82. #
  83. #   Response to incoming TCP packets to unknown ports
  84. #   0 = default (3 = send ICMP)
  85. #   1 = ignore
  86. #   2 = send TCP RST
  87. #   3 = send ICMP `unknown port' response
  88. #
  89. #   3 is the `correct' response, but when connecting to an IRC server
  90. #   it attempts to contact your identd on port 113.  If it thinks you
  91. #   don't have identd, it will most probably reset your IRC session.
  92. #   Until I have written an identd, response 1 or 2 should fool at least
  93. #   some of the servers.
  94. #
  95. UP_RESPONSE =   2
  96. #
  97. #
  98. #   Your username and hostname.
  99. #
  100. #   HOSTNAME is the hostname of your computer for this session.
  101. #   If your address is dynamically allocated, HOSTNAME will be wrong.
  102. #   For now, just set it to your providers hostname (or whatever). 
  103. #   Try to make it reasonably accurate if possible.
  104. #
  105. #   USERNAME doesn't make much sense either until I have an identd
  106. #   working.  So it doesn't really matter what it is.  When I do have
  107. #   an identd, this will be your `valid' username for incoming queries.
  108. #   Currently, these values are only used when starting IRC sessions.
  109. #
  110. #   FULLNAME is pretty obvious, right?
  111. #
  112. USERNAME = steve
  113. HOSTNAME = netinfo.com.au
  114. FULLNAME = Steve Adam
  115. #
  116. #
  117. #   The NAMESERVER (ie: DNS or Domain Name Server) *must* be set,
  118. #   preferably to a nameserver that your provider recommends.
  119. #
  120. NAMESERVER  = 203.8.127.33
  121. #
  122. #
  123. #   WWW Proxy for HTML
  124. #
  125. # Uncomment the following two lines if you need to use a proxy-server. If
  126. # you don't know what it is, or don't use HTML, then don't worry about it.
  127. # Don't forget to set them to a proxy server appropriate for you...
  128. #
  129. #HTTP_PROXY=proxy.netinfo.com.au
  130. #HTTP_PROXY_PORT=8080
  131. #
  132.  
  133.